[CakePHP] Dynamic fields on insert/edit form
Posted
by user198003
on Stack Overflow
See other posts from Stack Overflow
or by user198003
Published on 2010-06-07T18:48:55Z
Indexed on
2010/06/07
18:52 UTC
Read the original article
Hit count: 173
cakephp
hi all,
let's say that i have 3 tables:
- books
- properties
- book_properties
of course, i would like that when i want to insert new book (or update existing), to fill the form.
fields that exist on form have to be defined as records in table properties.
when i fill up those fields, data has to be saved in table book_properties.
can you help me by giving some advices and references, how to achieve that?
thank you very much in advance!
© Stack Overflow or respective owner